home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
grafik
/
raytracing
/
rayshade-4.0.6.3
/
mkdep
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-09
|
226 b
|
6 lines
#!/bin/sh
for srcfile
do
/usr/lib/cpp -M -I. -I/nfs/fs-4/u10/rayshade/src/ray-exp -I/nfs/fs-4/u10/rayshade/src/ray-exp/libray -I/nfs/fs-4/u10/rayshade/src/ray-exp/libshade -I/home/utah/include/dec -DLANGUAGE_C $srcfile
done